home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 95 / Amiga News 95.iso / amig(ad)os / ringard'production / killprime / killprime.doc < prev    next >
Text File  |  1977-12-31  |  1KB  |  54 lines

  1.  
  2. KillPrime 1.0 ----------> PGP's nightmare !!
  3. -------------
  4.  
  5. *)KillPrime will find (if you are lucky) the prime factors of a given
  6.   number. It will use 3 way of searching.
  7.  
  8. *)KillPrime NEEDS BigNum.library and a 68020 or faster processor.
  9.  
  10. *)KillPrime does'nt do anything, all the algorithms are contained in
  11.   the library !!
  12.  
  13. *)Source included.
  14.  
  15.                 -------------------------------------------
  16.                     KillPrime is a Ringard' Production 96
  17.                 -------------------------------------------
  18.  
  19. BigNum.library is shareware. If you use it, please send 10$ to
  20.  
  21. Allenbrand Brice
  22. 5, Rue du Manège
  23. 68100 Mulhouse
  24. FRANCE
  25.  
  26.                 -------------------------------------------
  27.  
  28. Usage :
  29. -------
  30.  
  31. KillPrime 122313146587 RHO or DIFFC or BRUTE eventualy DEEP=number
  32.  
  33. examples :
  34. ----------
  35.  
  36. KillPrime 1234567891 RHO
  37. KillPrime 1234567891 RHO DEEP 10
  38. KillPrime 1234567891 RHO DEEP 31
  39. KillPrime 1234567891 DIFFC
  40. KillPrime 1234567891 DIFFC DEEP 10
  41. KillPrime 1234567891 BRUTE            -> DEEP useless
  42.  
  43. RHO, DIFFC and BRUTE are library based methods to search for prime factors.
  44. It can be very long until they find something, but they search...faster than
  45. you !!
  46.  
  47.                 -------------------------------------------
  48.  
  49. !!!:
  50.  
  51. *) Parameter DEEP is only here to decide how long KillPrime will try to strip
  52.    a number.
  53. *) If a try was'nt lucky, it doesn't mean that a second will fail too !! *Magic*
  54.